LineGraphType.this

Initiate with starting point Acts as a lineTo

struct LineGraphType(bool checkNegative, TYPE)
this
(
TYPE startx = 0
,
TYPE starty = 0
)

Parameters

startx TYPE

Starting x coord

starty TYPE

Strating y coord

Meta